home *** CD-ROM | disk | FTP | other *** search
/ Celestin Apprentice 5 / Apprentice-Release5.iso / Source Code / Libraries / XCMD libraries 960603 / doXCMDPlusPlus.h < prev    next >
C/C++ Source or Header  |  1995-11-12  |  191b  |  8 lines

  1. #pragma    once
  2. // This header contins the glue for the stub from a C call
  3. // to the C++ calling frame for an XCMD/XFCN routine.
  4. #include <HyperXCmd.h>
  5.  
  6. void
  7. doXCMDPlusPlus( XCmdPtr paramPtr );
  8.